net.ipv6ZoneCache.toIndex (field)

6 uses

	net (current package)
		interface.go#L182: 	toIndex      map[string]int // interface name to its index
		interface.go#L187: 	toIndex: make(map[string]int),
		interface.go#L208: 	zc.toIndex = make(map[string]int, len(ift))
		interface.go#L211: 		zc.toIndex[ifi.Name] = ifi.Index
		interface.go#L245: 	index, ok := zoneCache.toIndex[name]
		interface.go#L250: 		index, ok = zoneCache.toIndex[name]